home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / modules / coffee / dialog.cof < prev    next >
Text File  |  2003-02-27  |  2KB  |  67 lines

  1. enum
  2. {
  3.     IDC_OK = 1,
  4.     IDC_CANCEL = 2
  5. };
  6.  
  7. enum
  8. {
  9.     COLOR_BG                            = 1000,
  10.     COLOR_BGEDIT                    = 1001,
  11.     COLOR_BGFOCUS                    = 1002,
  12.     COLOR_TEXT                        = 1003,
  13.     COLOR_TEXTFOCUS                = 1004,
  14.     COLOR_EDGELT                    = 1005,    // bright border
  15.     COLOR_EDGEWH                    = 1006,    // brightest border
  16.     COLOR_EDGEDK                    = 1007,    // dark border
  17.     COLOR_EDGEBL                    = 1008,    // darkest border
  18.     COLOR_DBARFG1                    = 1009,    // dialog bar
  19.     COLOR_DBARBG1                    = 1010,    // dialog bar
  20.     COLOR_DBARFG2                    = 1011,    // dialog bar
  21.     COLOR_DBARBG2                    = 1012,    // dialog bar
  22.     COLOR_BGGADGET                = 1013,    // gadget background color
  23.  
  24.     COLOR_BGSELECTEDTEXT     = 1014,    // selected text in gadgets
  25.     COLOR_FGSELECTEDTEXT     = 1015,    // selected text in gadgets
  26.  
  27.     COLOR_TIMELINE                = 1016,    // Timeline
  28.     COLOR_BGTRISTATE            = 1017, // bgcolor for tristates
  29.  
  30.     COLOR_XOR                            = 998,  // for XOR lines
  31.     COLOR_TRANS                        = 999,  // transparent background for text
  32.  
  33.     oCOLOR_BG                            = 11000,
  34.     oCOLOR_BGEDIT                    = 11001,
  35.     oCOLOR_BGFOCUS                = 11002,
  36.     oCOLOR_TEXT                        = 11003,
  37.     oCOLOR_TEXTFOCUS            = 11004,
  38.     oCOLOR_EDGELT                    = 11005, // bright border
  39.     oCOLOR_EDGEWH                    = 11006, // brightest border
  40.     oCOLOR_EDGEDK                    = 11007, // dark border
  41.     oCOLOR_EDGEBL                    = 11008, // darkest border
  42.     oCOLOR_DBARFG1                = 11009, // dialog bar
  43.     oCOLOR_DBARBG1                = 11010, // dialog bar
  44.     oCOLOR_DBARFG2                = 11011, // dialog bar
  45.     oCOLOR_DBARBG2                = 11012, // dialog bar
  46.     oCOLOR_BGGADGET                = 11013, // gadget background color
  47.     oCOLOR_BGSELECTEDTEXT = 11014, // selected text in gadgets
  48.     oCOLOR_FGSELECTEDTEXT = 11015, // selected text in gadgets
  49.  
  50.     oCOLOR_TIMELINE                = 11016, // Timeline
  51.     oCOLOR_BGTRISTATE            = 11017  // bgcolor for tristates
  52. };
  53.  
  54. include "gui_defines.cox"
  55. include "gui_coremsg.cox"
  56. include "gui_commands.cox"
  57. include "geuserarea.cox"
  58. include "gebasedialog.cox"
  59. include "geuserdialog.cox"
  60. include "gedialog.cox"
  61. include "gemodaldialog.cox"
  62.  
  63.  
  64.  
  65.  
  66.  
  67.